home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / tools / amiga / 3d_tools / irit40s.lha / Irit / prsr_lib / makefile.wnt < prev    next >
Encoding:
Makefile  |  1993-12-30  |  880 b   |  30 lines

  1.  
  2. #
  3. # This is the make file for the prsr. lib subdirectory.
  4. #
  5. #                Gershon Elber, June 1993
  6. #
  7.  
  8. # Get the destination directories:
  9. include ..\makeflag.wnt
  10.  
  11. OBJS = allocate.obj attribut.obj ip_cnvrt.obj ip_fatal.obj ip_procs.obj \
  12.     iritprsr.obj iritprsb.obj soc_clnt.obj soc_srvr.obj
  13.  
  14. prsr_lib.lib: $(OBJS)
  15.     -del prsr_lib.lib
  16.     $(IRITLIB) -out:prsr_lib.lib *.obj
  17.  
  18. install: prsr_lib.lib
  19.     copy prsr_lib.lib $(LIB_DIR)
  20.     -del prsr_lib.lib
  21.     copy *.h $(INC_DIR)
  22.  
  23. # Dependencies starts here - do not touch, generated automatically.
  24. allocate.obj:    iritprsr.h allocate.h iritprsr.h attribut.h iritprsr.h
  25. attribut.obj:    iritprsr.h attribut.h iritprsr.h allocate.h iritprsr.h
  26. ip_cnvrt.obj:    ip_cnvrt.h allocate.h iritprsr.h
  27. ip_fatal.obj:    allocate.h iritprsr.h attribut.h iritprsr.h
  28. ip_procs.obj:    attribut.h iritprsr.h iritprsr.h
  29. iritprsr.obj:    iritprsr.h allocate.h iritprsr.h attribut.h iritprsr.h
  30.